home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 233 / Computer Shopper 233 / ComputerShopperDVD233.iso / Games / Crazy Chicken Approaching / ccapproaching.exe / Crazy Chicken Approaching.res / wizard.dfm / wizard.txt < prev   
Encoding:
Text File  |  2006-03-19  |  1.8 KB  |  102 lines

  1. object frmDesign: TfrmDesign
  2.   Left = 244
  3.   Top = 4
  4.   HelpType = htKeyword
  5.   HelpKeyword = 'passingvariables'
  6.   BorderIcons = [biSystemMenu, biMinimize]
  7.   BorderStyle = bsSingle
  8.   Caption = '$TITLE$'
  9.   ClientHeight = 360
  10.   ClientWidth = 497
  11.   Color = clBtnFace
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'Tahoma'
  16.   Font.Style = []
  17.   OldCreateOrder = True
  18.   Position = poDesigned
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Image1: TImage
  22.     Left = 0
  23.     Top = 0
  24.     Width = 497
  25.     Height = 59
  26.     Picture.Data = {<image000.bmp>}
  27.     Stretch = True
  28.   end
  29.   object Bevel2: TBevel
  30.     Left = -2
  31.     Top = 58
  32.     Width = 504
  33.     Height = 9
  34.     Shape = bsTopLine
  35.   end
  36.   object Label3: TLabel
  37.     Left = 37
  38.     Top = 24
  39.     Width = 131
  40.     Height = 13
  41.     Caption = 'Description for Wizard Step'
  42.     Transparent = True
  43.   end
  44.   object Label1: TLabel
  45.     Left = 24
  46.     Top = 8
  47.     Width = 68
  48.     Height = 13
  49.     Caption = 'Wizard Step'
  50.     Font.Charset = DEFAULT_CHARSET
  51.     Font.Color = clWindowText
  52.     Font.Height = -11
  53.     Font.Name = 'Tahoma'
  54.     Font.Style = [fsBold]
  55.     ParentFont = False
  56.     Transparent = True
  57.   end
  58.   object Label4: TLabel
  59.     Left = 5
  60.     Top = 306
  61.     Width = 60
  62.     Height = 13
  63.     Caption = 'InstallAware'
  64.     Enabled = False
  65.   end
  66.   object Bevel1: TBevel
  67.     Left = 68
  68.     Top = 314
  69.     Width = 430
  70.     Height = 9
  71.     Shape = bsTopLine
  72.   end
  73.   object Cancel: TButton
  74.     Tag = 3
  75.     Left = 412
  76.     Top = 325
  77.     Width = 75
  78.     Height = 23
  79.     Caption = 'Cancel'
  80.     TabOrder = 2
  81.   end
  82.   object Next: TButton
  83.     Tag = 1
  84.     Left = 325
  85.     Top = 325
  86.     Width = 75
  87.     Height = 23
  88.     Caption = '&Next >'
  89.     Default = True
  90.     TabOrder = 0
  91.   end
  92.   object Back: TButton
  93.     Tag = 2
  94.     Left = 249
  95.     Top = 325
  96.     Width = 75
  97.     Height = 23
  98.     Caption = '< &Back'
  99.     TabOrder = 1
  100.   end
  101. end
  102.